* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4B5E5B; }
  @media (max-width: 960px) {
    body {
      font-size: 14px; } }

.scroll-lock,
.scroll-lock body {
  overflow: hidden; }

.no-css,
.hidden,
.hp {
  display: none; }

@media (min-width: 961px) {
  .is-mobile {
    display: none !important; } }

@media (max-width: 960px) {
  .is-desktop {
    display: none !important; } }

.wrapper,
.wrapper-compact,
.wrapper-mini {
  max-width: 1220px;
  margin: 0 auto;
  clear: both;
  position: relative; }
  @media (max-width: 1280px) {
    .wrapper,
    .wrapper-compact,
    .wrapper-mini {
      max-width: none; } }

@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 30px * 2); } }

@media (max-width: 650px) {
  .wrapper {
    width: calc(100% - 20px * 2); } }

@media (max-width: 1280px) {
  .wrapper-compact,
  .wrapper-mini {
    width: 100%; } }

.wrapper-compact {
  max-width: 920px; }

.wrapper-mini {
  max-width: 650px; }

.centered {
  text-align: center; }

.has-m {
  position: relative;
  z-index: 0; }
  .has-m::after {
    content: "";
    width: 500px;
    height: 500px;
    background-image: url("../img/watermark.svg");
    background-size: 130% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 60%;
    z-index: -1;
    opacity: .075; }
    @media (max-width: 1280px) {
      .has-m::after {
        left: auto;
        right: 0; } }
    @media (max-width: 960px) {
      .has-m::after {
        width: 350px;
        height: 350px; } }

.bg-gray {
  background: #DEE1E0; }

[class*="bg-fullwidth-"] {
  position: relative; }
  [class*="bg-fullwidth-"]::before {
    content: "";
    width: 100vw;
    top: 0;
    bottom: 0;
    position: absolute;
    left: calc(50% - 50vw);
    z-index: -1; }
  [class*="bg-fullwidth-"].bg-fullwidth-gray::before {
    background: #DEE1E0; }
  [class*="bg-fullwidth-"].bg-fullwidth-gray-light::before {
    background: rgba(222, 225, 224, 0.5); }
  [class*="bg-fullwidth-"].bg-fullwidth-brand::before {
    background: #4B5E5B; }
  [class*="bg-fullwidth-"].bg-fullwidth-yellow::before {
    background: #FFC03F; }
  [class*="bg-fullwidth-"].bg-halfheight::before {
    bottom: 50%; }

.bg-fullwidth-brand {
  color: #FFF; }
  .bg-fullwidth-brand a {
    color: inherit; }

.translate-south {
  transform: translateY(50%);
  z-index: 1; }
  .translate-south[class*="bg-fullwidth-"]::before {
    top: -50%;
    bottom: 50%; }

.main-content {
  margin: 65px auto; }
  .main-content > .content-subsection:last-child[class*="bg-fullwidth"] {
    margin-bottom: -65px; }

.content-subsection {
  margin: 65px 0; }
  .content-subsection.is-compact-south {
    margin-bottom: 25px; }
  .content-subsection[class*="bg-fullwidth"] {
    margin: 0;
    padding: 65px 0; }
    .content-subsection[class*="bg-fullwidth"].is-compact-south {
      padding-bottom: 25px; }
  .content-subsection + h2 {
    margin-top: 65px; }
  .content-subsection > :last-child.flex-grid {
    margin-bottom: 0; }

.neg-top-margin {
  margin-top: -45px; }

.left-col {
  float: left;
  width: calc(100% - 320px); }

.sidebar {
  float: right;
  width: 260px; }

.img-pull-left {
  float: left;
  margin: 5px 25px 20px 0; }
  @media (max-width: 650px) {
    .img-pull-left {
      float: none;
      margin: 10px auto 20px;
      width: 100%; } }

.img-pull-right {
  float: right;
  margin: 5px 0 20px 25px; }
  @media (max-width: 650px) {
    .img-pull-right {
      float: none;
      margin: 10px auto 20px;
      width: 100%; } }

img.is-compact-south {
  margin-bottom: 0; }
  @media (max-width: 650px) {
    img.is-compact-south {
      margin-bottom: 20px; } }

.cf::after {
  content: "";
  clear: both;
  display: block; }

@font-face {
  font-family: 'ErnestAndEmily';
  src: url("../fonts/Ernest-and-Emily.woff2") format("woff2"), url("../fonts/Ernest-and-Emily.woff") format("woff"); }

a {
  color: #4B5E5B; }
  a:not(.disabled):hover {
    color: #00BFD3; }
  .main-content a {
    font-weight: 700; }

p {
  margin: 0 0 30px; }
  p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin-left: 20px; }

.uppercase {
  text-transform: uppercase; }

.hero {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 55px;
  font-size: 18px; }
  .hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    margin: 0 0 15px;
    font-family: "ErnestAndEmily", serif;
    font-size: 48px;
    font-weight: normal; }
    .hero h1 span, .hero h2 span, .hero h3 span, .hero h4 span, .hero h5 span, .hero h6 span {
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      margin-top: -10px; }
  .hero p:only-child {
    margin-top: 45px;
    font-style: italic; }
  .hero p:last-of-type {
    margin-bottom: 0; }
  .hero img {
    max-width: 400px; }
    #honeymoney .hero img {
      margin-top: 25px;
      max-width: none;
      width: 100%;
      height: auto; }
  .hero ul {
    margin-top: 25px; }
  .hero.is-compact {
    margin: 0 auto 30px; }
    .hero.is-compact p:only-child {
      margin: 0; }
  .hero.has-cta a {
    margin: 25px 0 65px; }
  .hero .review-avg {
    text-align: center;
    margin-top: 10px;
    max-width: none; }
  .hero + .filter-bar {
    margin-top: -30px; }

h2.simple-heading {
  font-weight: normal;
  font-size: 21px; }
  h2.simple-heading + .flex-grid {
    margin-top: 30px; }

.main-content > p,
.main-content > h2,
.main-content > ul,
.main-content > ol,
.content-subsection > h2,
.content-subsection > h3,
.content-subsection > p {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.main-content > ul,
.main-content > ol,
.content-subsection > ul,
.content-subsection > ol {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .main-content > ul li,
  .main-content > ol li,
  .content-subsection > ul li,
  .content-subsection > ol li {
    margin-left: 20px; }

.main-content > h2,
.content-subsection > h2 {
  margin-bottom: 25px; }

h2 + .tagline {
  margin-top: -25px;
  margin-bottom: 45px;
  font-style: italic; }

.main-content > h2,
.content-subsection h2,
.parallelo {
  font-family: "ErnestAndEmily", serif;
  font-size: 48px;
  font-weight: normal; }

.content-subsection > h3 {
  font-size: 19px;
  margin-bottom: 10px; }

.parallelo {
  font-size: 38px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  overflow: hidden;
  margin-left: -10px; }
  .parallelo::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 45%;
    top: 25%;
    left: -15px;
    background: #FFC03F;
    z-index: -1;
    transform: rotate(-5deg); }

.compact-list {
  margin-left: 0;
  list-style: none;
  font-size: 13px; }
  .compact-list li {
    margin: 0 0 5px 10px;
    position: relative; }
    .compact-list li:not(.compact-list-subtitle) {
      margin-left: 20px; }
      .compact-list li:not(.compact-list-subtitle)::before {
        content: '-';
        position: absolute;
        left: -8px; }
  .compact-list .compact-list-subtitle {
    font-weight: 700; }

.longread .content-subsection {
  margin: 0; }

.longread h2, .longread h3, .longread h4, .longread h5, .longread h6, .longread p, .longread ul, .longread ol, .longread li, .longread blockquote {
  text-align: left !important; }

.longread h1 {
  font-family: "ErnestAndEmily", serif;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center; }

.longread h2 {
  font-size: 22px;
  margin: 40px 0 10px;
  font-weight: 400;
  font-family: "Lato", sans-serif; }

.longread h3 {
  font-size: 17px;
  margin: 40px 0 10px;
  border-top: 1px solid #DEE1E0;
  padding-top: 40px;
  text-transform: uppercase; }

.longread h4 {
  font-size: 17px;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0 5px;
  color: #CA916C; }

.longread .promo-item-title {
  font-size: 34px;
  text-transform: none;
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.longread .promo-item {
  border-bottom: 0; }
  .longread .promo-item + .promo-item {
    margin-top: -25px; }

.longread p {
  margin-bottom: 25px;
  max-width: none; }

.longread ol, .longread ul {
  margin: 30px 0 30px 40px; }
  .longread ol.multi-column, .longread ul.multi-column {
    columns: 2;
    column-gap: 20px; }

.longread li {
  margin: 10px 0; }
  .longread li ol, .longread li ul {
    margin-top: 15px; }

.small-print {
  font-size: 13px;
  opacity: .65;
  margin: 65px 0; }
  .small-print h2 {
    font-size: 15px;
    text-align: center; }
  .small-print h3 {
    font-size: 14px;
    text-align: center; }

.luxury-tagline {
  background: #FFC03F;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  padding: 15px 10px; }

#site-header {
  position: relative;
  z-index: 10; }
  #site-header a {
    text-decoration: none; }
    #site-header a.lang {
      padding: 10px 6px;
      position: absolute;
      top: calc(50% + 3px);
      left: 10px;
      transform: translateY(-50%); }
      #site-header a.lang:hover {
        opacity: .7; }
      #site-header a.lang img {
        width: 24px;
        height: auto;
        padding-bottom: 2px;
        border-bottom: 1px solid rgba(75, 94, 91, 0.7); }

#site-nav {
  background: #4B5E5B;
  color: #FFF;
  text-align: center; }
  @media (max-width: 650px) {
    #site-nav {
      text-align: left; } }
  #site-nav img {
    height: auto; }
  #site-nav > ul {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #site-nav > ul > li {
      display: inline-block; }
      #site-nav > ul > li > a {
        color: inherit;
        padding: 50px 20px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 3px;
        display: block;
        z-index: 10; }
        #site-nav > ul > li > a#site-logo {
          padding: 0 20px; }
          #site-nav > ul > li > a#site-logo img {
            width: 250px; }
        @media (max-width: 1120px) {
          #site-nav > ul > li > a {
            padding: 45px 15px;
            letter-spacing: 2px;
            font-size: 13px; }
            #site-nav > ul > li > a#site-logo {
              padding: 0 10px; }
              #site-nav > ul > li > a#site-logo img {
                width: 200px; } }
      #site-nav > ul > li:hover > a {
        color: #FFC03F; }
    @media (max-width: 960px) {
      #site-nav > ul {
        display: none; } }
  #site-nav > .is-mobile {
    padding: 15px 0;
    height: 90px; }
    @media (max-width: 650px) {
      #site-nav > .is-mobile {
        padding: 10px 0;
        height: 75px; } }
    #site-nav > .is-mobile #site-logo-mobile img {
      height: 100%; }

@media (max-width: 960px) {
  .mobile-main-nav-active #site-logo-mobile,
  .mobile-main-nav-active #header-cta {
    display: none; }
  .mobile-main-nav-active #site-nav .is-mobile {
    position: fixed;
    z-index: 11;
    width: 100vw;
    border-bottom: 1px solid #DEE1E0; }
  .mobile-main-nav-active #site-nav .menu-toggle {
    color: #4B5E5B; }
  .mobile-main-nav-active #site-nav > ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10;
    padding: 90px 10px 20px;
    overflow-y: scroll; }
    .mobile-main-nav-active #site-nav > ul > li {
      display: block;
      width: 100%; }
      .mobile-main-nav-active #site-nav > ul > li > a {
        padding: 20px 0;
        text-align: center; }
    .mobile-main-nav-active #site-nav > ul a {
      color: #4B5E5B; } }

@media (max-width: 650px) {
  .mobile-main-nav-active #site-nav > ul {
    padding-top: 75px; } }

#header-cta {
  background: #ffd172;
  color: #4B5E5B;
  position: absolute;
  right: 0;
  padding-left: 45px; }
  #header-cta [class*="button-"] {
    display: inline-block;
    background: #FFC03F;
    font-weight: 600;
    font-size: 14px; }
    #header-cta [class*="button-"]:hover {
      background: #5EA59A; }
    @media (max-width: 650px) {
      #header-cta [class*="button-"] {
        letter-spacing: normal;
        padding: 11px 15px;
        font-size: 12px; } }
  #header-cta a:not([class*="button-"]):not(.lang) {
    color: inherit;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.5px;
    font-weight: 700;
    padding: 12px 15px 12px 5px; }
    #header-cta a:not([class*="button-"]):not(.lang):hover {
      color: #4C4E56; }
    @media (max-width: 650px) {
      #header-cta a:not([class*="button-"]):not(.lang) {
        letter-spacing: normal;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px; } }

.flex-grid.footer-ctas.quads {
  padding-top: 25px;
  padding-bottom: 0 !important; }
  .flex-grid.footer-ctas.quads .grid-item {
    max-width: calc(100% - 30px); }
  .flex-grid.footer-ctas.quads ul {
    margin: 0 0 0 10px;
    font-size: 14px; }
  .flex-grid.footer-ctas.quads li {
    margin: 5px 0; }

#site-footer {
  -webkit-font-smoothing: antialiased;
  background: #4B5E5B;
  color: #FFF;
  font-size: 14px; }
  #site-footer .wrapper {
    max-width: 1200px; }
  #site-footer .has-watermark {
    overflow: hidden;
    padding: 45px 0 20px; }
  #site-footer .disclaimer {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    padding-right: 10%;
    position: relative;
    z-index: 2; }
    @media (max-width: 650px) {
      #site-footer .disclaimer {
        padding-right: 0; } }
  #site-footer a {
    text-decoration: none; }

.footer-content {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 650px) {
    .footer-content {
      flex-direction: column-reverse;
      padding-bottom: 30px;
      margin-bottom: 10px; } }

.footer-nav {
  margin-left: 0;
  list-style: none;
  columns: 2;
  column-gap: 10px;
  width: 65%; }
  @media (max-width: 650px) {
    .footer-nav {
      width: 100%; } }
  .footer-nav li {
    margin-bottom: 4px; }
  .footer-nav a {
    color: rgba(255, 255, 255, 0.35); }
    .footer-nav a:hover {
      color: #FFF; }

.footer-cta {
  width: 35%; }
  @media (max-width: 650px) {
    .footer-cta {
      width: 100%;
      margin-bottom: 15px; } }

.footer-cta-title {
  display: block;
  color: #FFF;
  line-height: 1;
  font-size: 21px;
  margin-bottom: 5px; }

.footer-cta-action {
  color: #FFC03F;
  font-size: 21px; }
  .footer-cta-action * {
    color: inherit; }

.copyright {
  font-size: 13px;
  position: absolute;
  bottom: 5px; }

.footer-watermark {
  position: absolute;
  top: -75px;
  right: -20px;
  width: 400px;
  height: calc(100% + 150px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: .15;
  z-index: 1; }

#bta18 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #999;
  padding: 12px 35px;
  box-sizing: border-box;
  z-index: 1; }
  #bta18 p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      #bta18 p {
        font-size: 12px; } }
  #bta18 br {
    display: none; }
    @media (max-width: 768px) {
      #bta18 br {
        display: block; } }
  #bta18 a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 13px;
    line-height: 1;
    padding: 8px 10px;
    color: #fff;
    margin: 0 8px; }
    #bta18 a:hover {
      background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 768px) {
      #bta18 a {
        margin-top: 10px; } }
  #bta18 .close {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg); }
    #bta18 .close:hover {
      opacity: .7;
      cursor: pointer; }
    #bta18 .close::before, #bta18 .close::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      top: calc(50% - 1px); }
    #bta18 .close::after {
      transform: rotate(90deg); }

fieldset {
  border: 0; }
  fieldset + fieldset {
    margin-top: 45px; }

.fieldset-title {
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 400; }

input[type="text"],
input[type="email"],
.faux-dropdown select {
  line-height: 1;
  padding: 15px 20px;
  color: #4B5E5B;
  border-radius: 0;
  border: 0; }

input[type="text"],
input[type="email"],
textarea,
.faux-dropdown {
  position: relative;
  background: #DEE1E0;
  font-size: 14px; }

label > input[type="checkbox"],
label > input[type="radio"] {
  margin-right: 10px;
  display: inline; }

.faux-dropdown select {
  background: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  font-size: inherit; }

.faux-dropdown .chev-down {
  position: absolute;
  top: calc(50% - 8px);
  border-color: #4C4E56;
  right: 25px;
  width: 12px;
  height: 12px; }

.faux-dropdown.halfwidth {
  width: 50%; }

.faux-dropdown + textarea {
  margin-top: 15px; }

.inline-inputs {
  display: flex; }
  @media (max-width: 650px) {
    .inline-inputs {
      display: block;
      text-align: center; }
      .inline-inputs button {
        max-width: 240px; } }
  .inline-inputs > * {
    justify-content: center;
    margin: 0 5px; }
    @media (max-width: 650px) {
      .inline-inputs > * {
        width: 100%;
        margin: 0 0 10px; } }

#booking-form {
  max-width: 900px;
  margin: 45px auto 90px; }

.form-qa {
  margin-bottom: 45px; }

.form-q {
  font-size: 18px;
  color: #5EA59A;
  margin-bottom: 25px; }
  .form-q small {
    display: block;
    color: #AA9C96;
    font-size: 16px; }

.form-a-group {
  display: flex; }
  .form-a-group:not(.flex-grid) > * {
    flex: 1; }
    .form-a-group:not(.flex-grid) > *:not(:last-child) {
      margin-right: 20px; }
  .form-a-group.flex-grid .grid-item {
    width: calc(100%/2 - 20px * 1/2);
    margin-bottom: 20px; }

.form-a + .form-q {
  margin-top: 25px; }

.form-a label {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
  padding-left: 20px; }
  .form-a label.fullwidth {
    width: 100%;
    padding-left: 30px;
    position: relative; }
  .form-a label input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.form-a input:not([type="checkbox"]):not([type="radio"]),
.form-a textarea,
.form-a .faux-dropdown {
  border: 1px solid #d1d5d3;
  background: rgba(222, 225, 224, 0.5);
  font-size: 16px; }

.form-a input:not([type="checkbox"]):not([type="radio"]),
.form-a textarea {
  width: 100%;
  padding: 20px; }

.form-a textarea {
  height: 160px; }

.form-a .faux-dropdown select {
  padding: 21px 20px; }

.form-simple-qa .form-a {
  display: flex;
  align-items: center;
  color: #5EA59A;
  margin-bottom: 20px; }
  .form-simple-qa .form-a label {
    width: 135px;
    padding: 0; }
  .form-simple-qa .form-a input,
  .form-simple-qa .form-a .inline,
  .form-simple-qa .form-a textarea,
  .form-simple-qa .form-a .faux-dropdown {
    flex: 1; }
  .form-simple-qa .form-a small {
    display: block;
    color: #AA9C96; }

.form-a-note {
  font-size: 15px;
  color: #AA9C96; }
  .form-a-note .title {
    font-weight: 400;
    color: #4B5E5B; }
  .form-simple-qa .form-a-note {
    margin-left: 125px; }

.form-lg-opt {
  border: 1px solid #d1d5d3;
  background: rgba(222, 225, 224, 0.5);
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  .form-lg-opt:hover {
    background: #DEE1E0; }
  .form-lg-opt input {
    display: none; }
  .form-lg-opt label {
    cursor: pointer; }
  .form-lg-opt.active {
    background: #93B479;
    border-color: #93B479; }
    .form-lg-opt.active label {
      color: #FFF; }

.form-checkbox-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form-checkbox-list li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  padding: 16px 10px; }
  .form-checkbox-list li:nth-child(odd):last-child {
    margin-left: calc(25% + 5px); }

.form-checkbox-list + .form-checkbox-list {
  margin-top: 25px; }

.form-checkbox-list-title {
  display: block;
  text-transform: uppercase;
  color: #AA9C96;
  margin-bottom: 15px;
  text-align: center; }

.form-option-list {
  margin: 20px 0;
  list-style: none; }
  .form-option-list li label {
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin: 10px 0; }
    .form-option-list li label input:not([type="text"]) {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: auto; }
    .form-option-list li label input[type="text"] {
      padding: 10px;
      margin-top: 10px; }

.form-footer {
  margin: 45px 0;
  text-align: center; }
  .form-footer .form-actions {
    margin-bottom: 20px; }
  .form-footer a {
    font-weight: 400;
    color: #AA9C96; }
    .form-footer a:hover {
      color: #4B5E5B; }

.form-inline-input-wrapper {
  display: flex; }

.form-inline-input {
  display: flex;
  flex-direction: column; }

.form-input-table td {
  min-width: 100px;
  text-align: center;
  padding-bottom: 15px; }
  @media (max-width: 650px) {
    .form-input-table td {
      min-width: 65px; } }
  .form-input-table td input {
    width: auto; }
  .form-input-table td.align-left {
    text-align: left;
    padding: 0 0 10px; }

.is-dependant {
  display: none; }

.validation-errors {
  margin-bottom: 45px;
  background: #AB614A;
  color: #FFF;
  padding: 20px; }
  .validation-errors ul {
    columns: 2;
    column-gap: 20px;
    break-inside: avoid;
    padding: 15px 0 0;
    list-style-position: inside; }
  .validation-errors li {
    margin-left: -20px;
    text-indent: 20px;
    margin-bottom: 5px; }

.validation-errors-msg {
  display: block; }

.invalid .form-lg-opt,
.invalid .faux-dropdown,
.invalid input[type="text"],
.invalid input[type="email"],
.invalid textarea {
  border-color: #AB614A;
  box-shadow: 0 0 0 1px #AB614A; }

#budget {
  width: calc(100% - 160px);
  margin-left: 80px;
  margin-bottom: 100px; }

.required-marker {
  color: #AB614A;
  font-size: 24px;
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
  font-weight: 700; }
  label .required-marker,
  .form-q .required-marker {
    vertical-align: baseline;
    position: absolute;
    margin: 0 0 0 -14px; }

[class*="icon-star-"] {
  display: inline-block; }
  [class*="icon-star-"] svg {
    width: 18px;
    stroke-width: 3px;
    stroke: #FFC03F;
    fill: #FFC03F;
    margin: 0 1px; }
  [class*="icon-star-"].inline-score {
    display: inline-block;
    margin: 0 6px;
    transform: translateY(2px); }
    [class*="icon-star-"].inline-score svg {
      width: 16px;
      margin: 0; }

.icon-star-4 svg:last-child,
.icon-star-3 svg:last-child,
.icon-star-2 svg:last-child,
.icon-star-1 svg:last-child,
.icon-star-3-5 svg:last-child,
.icon-star-2-5 svg:last-child,
.icon-star-1-5 svg:last-child,
.icon-star-0-5 svg:last-child {
  fill: #FFF; }

.icon-star-3 svg:nth-child(4),
.icon-star-2 svg:nth-child(4),
.icon-star-1 svg:nth-child(4),
.icon-star-2-5 svg:nth-child(4),
.icon-star-1-5 svg:nth-child(4),
.icon-star-0-5 svg:nth-child(4) {
  fill: #FFF; }

.icon-star-2 svg:nth-child(3),
.icon-star-1 svg:nth-child(3),
.icon-star-1-5 svg:nth-child(3),
.icon-star-0-5 svg:nth-child(3) {
  fill: #FFF; }

.icon-star-1 svg:nth-child(2),
.icon-star-0-5 svg:nth-child(2) {
  fill: #FFF; }

.icon-star-4-5 svg:last-child {
  fill: url(#halfStar); }

.icon-star-3-5 svg:nth-child(4) {
  fill: url(#halfStar); }

.icon-star-2-5 svg:nth-child(3) {
  fill: url(#halfStar); }

.icon-star-1-5 svg:nth-child(2) {
  fill: url(#halfStar); }

.icon-star-0-5 svg:first-child {
  fill: url(#halfStar); }

.icon-back {
  width: 28px;
  height: 28px;
  border: 1px solid #4B5E5B;
  border-radius: 50%;
  position: relative; }
  .icon-back::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    width: 7px;
    height: 7px;
    border-top: 1px solid #4B5E5B;
    border-left: 1px solid #4B5E5B;
    transform: translateY(-50%) rotate(-45deg); }

#country-list svg {
  width: 20px; }

.sidebar {
  font-size: 15px; }
  .sidebar p {
    margin-bottom: 15px; }
    .sidebar p + img {
      margin-top: -10px; }
  .sidebar img {
    margin: 0 0 30px;
    display: block;
    width: 100%;
    height: auto; }

.sidebar-heading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 0 5px; }
  .sidebar-heading:first-child {
    margin-top: 0; }

@media (max-width: 960px) {
  .mobile-table {
    padding-bottom: 40px; } }

.mobile-table .chev-left,
.mobile-table .chev-right {
  border-color: #4B5E5B;
  width: 10px;
  height: 10px; }

.mobile-table-wrapper {
  margin: 45px 25px 15px; }
  @media (max-width: 960px) {
    .mobile-table-wrapper {
      overflow-x: scroll;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); } }

.table-basic {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 960px) {
    .table-basic {
      min-width: 800px; } }
  .table-basic th,
  .table-basic td {
    text-align: left;
    padding: 20px; }
    @media (max-width: 1120px) {
      .table-basic th,
      .table-basic td {
        padding: 12px 14px;
        font-size: 15px; } }
    @media (max-width: 960px) {
      .table-basic th,
      .table-basic td {
        font-size: 14px; } }
  .table-basic tbody tr:nth-child(odd) {
    background: rgba(222, 225, 224, 0.5); }

.frequently-asked-questions h3 {
  border-top: 0; }

.frequently-asked-questions .accordion {
  margin: 20px 0;
  list-style: none; }

.frequently-asked-questions .accordion-target {
  list-style: none;
  margin: 0; }
  .frequently-asked-questions .accordion-target li:not(:last-child) {
    margin-bottom: 15px; }

.frequently-asked-questions li {
  margin: 0; }

.mahlatini-travel-in-the-press article {
  background: rgba(222, 225, 224, 0.25);
  padding: 15px 0 20px;
  border: 1px solid #DEE1E0;
  margin-bottom: 45px; }
  .mahlatini-travel-in-the-press article header {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #DEE1E0;
    padding: 0 25px 15px;
    align-items: flex-end; }
    .mahlatini-travel-in-the-press article header h3 {
      margin: 0;
      color: #5EA59A;
      font-weight: normal;
      text-transform: none;
      font-size: 19px; }
    .mahlatini-travel-in-the-press article header a {
      display: block; }
      .mahlatini-travel-in-the-press article header a h4 {
        color: inherit;
        margin: 0;
        font-size: 15px; }
  .mahlatini-travel-in-the-press article author {
    margin-left: auto;
    font-size: 14px; }
  .mahlatini-travel-in-the-press article > *:not(header) {
    padding: 0 25px;
    margin-bottom: 0;
    display: flex; }
  .mahlatini-travel-in-the-press article img {
    float: left;
    margin: 0 25px 0 0;
    border-right: 1px solid #DEE1E0;
    padding-right: 25px;
    width: 150px; }

.feat-story-img-box {
  margin: 45px 0;
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1); }
  .feat-story-img-box img {
    width: 100%; }

.upload-filename {
  font-size: 13px;
  display: inline-block;
  margin-left: 15px;
  color: #AA9C96; }

.banner-wrapper {
  position: relative;
  width: 100%;
  height: 50vh; }
  .banner-wrapper.is-grand {
    height: 70vh; }
  .banner-wrapper.is-compact {
    height: 35vh; }
  .banner-wrapper.has-cta {
    margin-bottom: 100px; }
  @media (max-width: 1500px) {
    .banner-wrapper.vertical-scale {
      height: 40vw;
      min-height: 225px; } }

.banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  .gravity-s .banner-img {
    background-position: center top; }

.banner-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
  font-family: "ErnestAndEmily", serif;
  font-size: 98px;
  line-height: 1.15;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
  z-index: 2; }
  .banner-title h1 {
    font-size: inherit;
    font-weight: inherit; }
  .banner-title .sub-title {
    font-family: "Lato", sans-serif;
    color: inherit;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
    margin-top: 35px; }
    @media (max-width: 1120px) {
      .banner-title .sub-title {
        font-size: 21px; } }
  @media (max-width: 1120px) {
    .banner-title {
      font-size: 84px; } }
  @media (max-width: 960px) {
    .banner-title {
      font-size: 68px;
      top: calc(50% - 30px); } }
  @media (max-width: 650px) {
    .banner-title {
      font-size: 54px; } }

.banner-marquee-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #4B5E5B;
  background: #DEE1E0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  z-index: 2; }

.banner-blurb {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  bottom: 70px;
  width: 100%;
  padding: 0 20px; }
  .banner-blurb span {
    max-width: 480px; }
  @media (max-width: 650px) {
    .banner-blurb {
      bottom: 40px; } }

.banner-cta {
  text-align: center;
  transform: translateY(-50%);
  position: relative;
  z-index: 1; }

.slideshow {
  width: 100%;
  height: 100%;
  position: relative; }
  .slideshow .banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; }
    .slideshow .banner-img.active {
      z-index: 1;
      display: block; }
    .slideshow .banner-img.next {
      display: block; }

@media (max-width: 650px) {
  .is-slideshow .banner-title {
    padding: 0 60px; } }

.slideshow-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9; }
  @media (max-width: 650px) {
    .slideshow-nav {
      bottom: auto;
      right: auto;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between; } }

[class*='slideshow-nav-'] {
  background: #4B5E5B;
  width: 60px;
  height: 60px;
  cursor: pointer;
  float: left;
  position: relative; }
  @media (max-width: 650px) {
    [class*='slideshow-nav-'] {
      width: 45px;
      height: 45px; } }
  @media (min-width: 651px) {
    [class*='slideshow-nav-']:not(:first-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.25); } }
  [class*='slideshow-nav-'] [class*="chev-"] {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 4px); }
  [class*='slideshow-nav-'] .chev-right {
    left: calc(50% - 10px); }
  [class*='slideshow-nav-']:hover [class*="chev-"] {
    border-color: #FFC03F; }

[class*=' button'],
[class^='button'],
form button {
  display: inline-block;
  color: #FFF;
  background: #93B479;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2px;
  padding: 18px 45px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }
  [class*=' button']:not(.disabled):hover,
  [class^='button']:not(.disabled):hover,
  form button:not(.disabled):hover {
    background: #4B5E5B;
    color: #FFF; }
  [class*=' button'].disabled, [class*=' button']:disabled,
  [class^='button'].disabled,
  [class^='button']:disabled,
  form button.disabled,
  form button:disabled {
    opacity: .25;
    cursor: not-allowed;
    background: #4C4E56 !important; }
    [class*=' button'].disabled:hover, [class*=' button']:disabled:hover,
    [class^='button'].disabled:hover,
    [class^='button']:disabled:hover,
    form button.disabled:hover,
    form button:disabled:hover {
      background: #4C4E56 !important; }
  @media (max-width: 800px) {
    [class*=' button'],
    [class^='button'],
    form button {
      font-size: 15px;
      padding: 12px 20px; } }
  @media (max-width: 650px) {
    [class*=' button'],
    [class^='button'],
    form button {
      font-size: 14px; } }

.button-compact {
  padding: 15px 25px;
  font-size: 16px; }

@media (max-width: 450px) {
  .button-palm {
    padding: 15px;
    font-size: 15px; } }

.button-yellow {
  background: #FFC03F; }
  .button-yellow:hover {
    background: #4B5E5B; }

.button-brand {
  background: #4B5E5B; }
  .button-brand:hover {
    background: 0 !important;
    box-shadow: inset 0 0 0 2px #4B5E5B;
    color: #4B5E5B !important; }

.button-gray {
  background: rgba(222, 225, 224, 0.5);
  color: #4B5E5B;
  border: 1px solid #DEE1E0; }
  .button-gray:hover {
    color: #FFF;
    border-color: #4B5E5B; }

.button-transparent {
  background: 0;
  border: 1px solid #4B5E5B;
  color: #4B5E5B; }
  .button-transparent:hover {
    background: #4B5E5B;
    color: #FFF; }
  .button-transparent.disabled {
    background: 0 !important; }
    .button-transparent.disabled:hover {
      background: 0 !important;
      color: #4B5E5B; }
  .bg-fullwidth-brand .button-transparent {
    border-color: #FFF;
    color: #FFF; }
    .bg-fullwidth-brand .button-transparent:hover {
      background: #FFF;
      color: #4B5E5B; }

[class*='chev-'] {
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block; }

.chev-right {
  transform: rotate(45deg); }

.chev-left {
  transform: rotate(-135deg); }

.chev-down {
  transform: rotate(135deg); }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 45px auto 0; }
  .flex-grid.wrapper-compact {
    padding-left: 0;
    padding-right: 0; }
  .flex-grid .grid-item {
    width: calc(100%/3 - 30px*0.667);
    margin: 0 30px 30px 0; }
    .flex-grid .grid-item:not(.flexless) {
      display: flex;
      flex-direction: column; }
    @media (min-width: 961px) {
      .flex-grid .grid-item:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 960px) {
      .flex-grid .grid-item {
        width: calc(100%/2 - 30px*1/2);
        margin: 0 30px 30px 0; }
        .flex-grid .grid-item:nth-child(even) {
          margin-right: 0; } }
    @media (max-width: 650px) {
      .flex-grid .grid-item {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 30px; }
        .flex-grid .grid-item:nth-child(even) {
          margin-right: auto; } }
    .flex-grid .grid-item > a {
      display: block;
      text-decoration: none;
      font-weight: 400;
      height: 100%; }
      .flex-grid .grid-item > a:hover {
        color: inherit;
        box-shadow: 0 0 0 3px #FFC03F; }
  .flex-grid .grid-item-image {
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    position: relative; }
    .flex-grid .grid-item-image.min-250 {
      min-height: 250px; }
    .flex-grid .grid-item-image .fancy-title {
      font-family: "ErnestAndEmily", serif;
      color: #FFF;
      font-weight: normal;
      font-size: 32px;
      line-height: 1.35;
      text-shadow: 0 0 10px rgba(75, 94, 91, 0.45);
      position: absolute;
      width: 100%;
      text-align: center;
      padding: 0 35px;
      top: 50%;
      transform: translateY(-50%); }
  .flex-grid .grid-item-title {
    font-family: "ErnestAndEmily", serif;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    margin: 20px 0 0; }
  .flex-grid .grid-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .flex-grid .grid-item-content .baseline {
      margin: auto auto 0; }
  .flex-grid.couplets .grid-item {
    width: calc(100%/2 - 30px*1/2);
    margin: 0 30px 30px 0; }
    @media (min-width: 651px) {
      .flex-grid.couplets .grid-item:nth-child(even) {
        margin-right: 0; } }
    @media (max-width: 650px) {
      .flex-grid.couplets .grid-item {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 450px; } }
  .flex-grid.quads .grid-item {
    width: calc(100%/4 - 30px*3/4);
    margin: 0 30px 30px 0; }
    .flex-grid.quads .grid-item:nth-child(4n) {
      margin-right: 0; }
    @media (max-width: 960px) {
      .flex-grid.quads .grid-item {
        width: calc(100%/2 - 30px*1/2);
        margin: 0 30px 30px 0; }
        .flex-grid.quads .grid-item:nth-child(even) {
          margin-right: 0; } }
    @media (max-width: 650px) {
      .flex-grid.quads .grid-item {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 30px; }
        .flex-grid.quads .grid-item:nth-child(even) {
          margin-right: auto; } }
  .flex-grid.no-gutter .grid-item {
    margin-bottom: 0; }
  .flex-grid[class*="bg-fullwidth"] {
    padding-bottom: 45px; }

.feature-grid[class*="bg-fullwidth-"] {
  padding-bottom: 65px; }
  .feature-grid[class*="bg-fullwidth-"]::before {
    height: calc(100% - 12.5vh);
    top: auto;
    bottom: 0; }

.feature-grid.img-fixed-height .grid-item-image {
  height: 280px; }

.feature-grid .feature:not(.bg-transparent) {
  background: #DEE1E0; }

.feature-grid .feature.no-border a:hover {
  box-shadow: none; }
  .feature-grid .feature.no-border a:hover .cta {
    background: #FFC03F; }

.feature-grid .grid-item-image {
  margin-bottom: 0; }

.feature-grid .feature-title {
  font-weight: 400;
  font-size: 20px;
  color: #4B5E5B;
  margin-bottom: 5px; }
  @media (max-width: 960px) {
    .feature-grid .feature-title {
      font-size: 18px; } }
  .feature-grid .feature-title:last-child {
    text-align: center;
    font-size: 17px;
    padding: 10px; }
  .feature-grid .feature-title.cta {
    background: #5EA59A;
    color: #FFF;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.feature-grid .feature-content {
  padding: 20px 30px;
  font-size: 15px; }

form[class*="newsletter"] {
  margin: 45px auto 65px;
  max-width: 750px;
  padding-bottom: 15px; }

.newsletter .newsletter-title {
  font-family: "ErnestAndEmily", serif;
  text-align: center;
  font-weight: 400;
  font-size: 58px;
  margin-bottom: 25px; }

.newsletter-compact {
  text-align: center; }
  .newsletter-compact .newsletter-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px; }
  .newsletter-compact .inline-inputs {
    display: block;
    text-align: center; }

form[class*="newsletter"] {
  position: relative; }
  form[class*="newsletter"] input {
    flex: 1.25; }
    form[class*="newsletter"] input[type="email"] {
      flex: 1.75; }
  form[class*="newsletter"] button {
    font-family: "ErnestAndEmily", serif;
    background: #FFC03F;
    color: #4B5E5B;
    font-size: 28px;
    padding: 12px 20px;
    text-transform: none;
    font-weight: 400; }
  form[class*="newsletter"] .user-alert {
    position: absolute;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 15px; }
    form[class*="newsletter"] .user-alert .error,
    form[class*="newsletter"] .user-alert .failure {
      color: #AB614A; }
    form[class*="newsletter"] .user-alert .success {
      color: #93B479; }

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 55px 0 65px; }
  .trust-bar img {
    max-width: 100px;
    max-height: 60px; }
    @media (max-width: 650px) {
      .trust-bar img {
        max-width: 90px;
        max-height: 55px; } }
  .trust-bar.is-grand img {
    max-width: 120px;
    max-height: 70px;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .trust-bar.is-grand img {
        display: none; }
        .trust-bar.is-grand img:nth-child(1), .trust-bar.is-grand img:nth-child(2), .trust-bar.is-grand img:nth-child(3), .trust-bar.is-grand img:nth-child(4) {
          display: block; } }
  .trust-bar > * {
    margin: 0 25px; }
    @media (max-width: 650px) {
      .trust-bar > * {
        margin: 0 15px; }
        .trust-bar > *:nth-child(4) {
          flex-basis: 100%;
          margin-top: 20px; } }

.review-avg {
  text-align: center;
  max-width: 120px;
  font-size: 10px; }
  .review-avg .review-avg-score {
    display: block; }

#sticky-nav {
  background: #FFC03F;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .is-sticky #sticky-nav {
    z-index: 5 !important;
    max-width: none; }
  #sticky-nav a {
    text-decoration: none; }
  #sticky-nav > ul {
    margin-left: 0;
    list-style: none; }
  #sticky-nav .sticky-cta {
    background: #5EA59A;
    display: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    border-left: 1px solid #FFF;
    font-weight: 600; }
    @media (min-width: 961px) {
      #sticky-nav .sticky-cta {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 15px;
        align-items: center;
        font-size: 14px; } }
    #sticky-nav .sticky-cta:hover {
      background: #54968c; }
    .is-sticky #sticky-nav .sticky-cta {
      display: flex; }
    .mobile-sticky-nav-active #sticky-nav .sticky-cta {
      display: none !important; }
  @media (min-width: 961px) {
    #sticky-nav > ul {
      text-align: center; }
      #sticky-nav > ul > li {
        display: inline-block; }
        #sticky-nav > ul > li > a {
          font-size: 15px;
          color: #4B5E5B;
          display: block;
          padding: 15px 10px; }
          #sticky-nav > ul > li > a.current {
            font-weight: 700; }
        #sticky-nav > ul > li:hover > a:not(.current) {
          color: #4B5E5B; }
      #sticky-nav > ul ul {
        margin-left: 0;
        border: 1px solid #DEE1E0;
        border-top: 0; }
    #sticky-nav .dropdown-cols {
      border: 1px solid #DEE1E0;
      border-top: 0; }
    #sticky-nav .dropdown-col {
      padding-top: 20px; }
      #sticky-nav .dropdown-col ul {
        border: 0; }
      #sticky-nav .dropdown-col a {
        font-size: 13px;
        min-width: 220px;
        padding: 7px 10px; }
    #sticky-nav .dropdown-list-title {
      font-size: 13px; } }
  @media (max-width: 960px) {
    #sticky-nav {
      background: 0;
      width: auto;
      margin: 0 auto;
      box-shadow: none;
      text-align: center; }
      #sticky-nav .menu-toggle {
        border: 0;
        background: #FFC03F;
        height: 100%;
        border-radius: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 45px;
        right: auto;
        position: relative;
        transform: none;
        font-size: 14px;
        text-align: center; }
        #sticky-nav .menu-toggle .hamburger {
          right: 15px; }
      .is-sticky #sticky-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        background: rgba(255, 255, 255, 0.95); }
        .is-sticky #sticky-nav .sticky-cta {
          margin-left: 1px;
          padding: 15px 20px;
          background: #5EA59A;
          text-align: center;
          display: inline-block;
          margin: 0;
          line-height: 1; }
      #sticky-nav > ul {
        flex: 1;
        display: none; }
        #sticky-nav > ul > li > a {
          display: block;
          padding: 12px 15px; }
          #sticky-nav > ul > li > a:hover {
            color: #4B5E5B;
            cursor: default; }
      .mobile-sticky-nav-active #sticky-nav {
        position: fixed;
        display: block;
        z-index: 100;
        top: 0 !important;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: none;
        background: #FFF; }
        .mobile-sticky-nav-active #sticky-nav .is-mobile {
          position: fixed;
          z-index: 11;
          width: 100vw;
          border-bottom: 1px solid #DEE1E0;
          background: #FFF;
          padding: 15px 0;
          height: 90px;
          display: flex; }
        .mobile-sticky-nav-active #sticky-nav .menu-toggle {
          background: 0;
          color: #4B5E5B;
          top: 0;
          transform: none;
          margin-left: auto;
          margin-right: 20px; }
        .mobile-sticky-nav-active #sticky-nav > ul {
          display: flex;
          flex-direction: column;
          justify-content: center;
          position: fixed;
          width: 100vw;
          height: 100vh;
          top: 0;
          left: 0;
          background: #FFF;
          z-index: 10;
          padding: 90px 10px 20px;
          overflow-y: scroll; }
          .mobile-sticky-nav-active #sticky-nav > ul > li {
            display: block;
            width: 100%; }
            .mobile-sticky-nav-active #sticky-nav > ul > li > a {
              padding: 20px 0;
              text-align: center;
              font-size: 13px;
              line-height: 1;
              text-transform: uppercase;
              letter-spacing: 2px;
              cursor: pointer; }
              .mobile-sticky-nav-active #sticky-nav > ul > li > a:hover {
                color: #FFC03F; } }
  @media (max-width: 1280px) and (min-width: 961px) {
    .is-sticky #sticky-nav > ul {
      text-align: left;
      margin-left: 10px; } }

.sticky-wrapper + .main-content {
  margin-top: 35px; }

.nav-parent {
  position: relative; }
  .nav-parent::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFF;
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    display: none;
    z-index: 11; }
  @media (min-width: 961px) {
    .nav-parent:not(.single-col) > ul {
      columns: 2; } }
  .nav-parent > ul,
  .nav-parent .dropdown-cols {
    display: none;
    list-style: none;
    z-index: 10;
    margin-left: 0; }
    @media (min-width: 961px) {
      .nav-parent > ul,
      .nav-parent .dropdown-cols {
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        background: #FFF;
        padding: 15px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); } }
    .nav-parent > ul.align-left,
    .nav-parent .dropdown-cols.align-left {
      transform: none;
      left: 0; }
    .nav-parent > ul li,
    .nav-parent .dropdown-cols li {
      break-inside: avoid; }
    .nav-parent > ul a,
    .nav-parent .dropdown-cols a {
      display: block;
      padding: 8px 10px;
      color: #4B5E5B;
      min-width: 200px;
      font-size: 14px;
      text-align: left; }
      .nav-parent > ul a:hover,
      .nav-parent .dropdown-cols a:hover {
        background: #DEE1E0;
        color: #4B5E5B; }
    .nav-parent > ul.is-compact a,
    .nav-parent .dropdown-cols.is-compact a {
      min-width: 150px; }
  .nav-parent .dropdown-cols ul {
    list-style: none;
    margin: 0; }
  @media (max-width: 960px) {
    .nav-parent.active > ul,
    .nav-parent.active .dropdown-cols {
      display: block;
      position: fixed;
      width: 100vw;
      left: 0;
      top: 90px;
      bottom: 0;
      z-index: 11;
      overflow-y: scroll;
      padding: 30px 20px 45px;
      background: #FFF; }
      .nav-parent.active > ul a,
      .nav-parent.active .dropdown-cols a {
        min-width: auto;
        width: 100%;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        padding: 12px 10px; } }
  @media (max-width: 650px) {
    .nav-parent.active > ul,
    .nav-parent.active .dropdown-cols {
      top: 75px; } }
  @media (min-width: 961px) {
    .nav-parent:hover::after,
    .nav-parent:hover ul {
      display: block; }
    .nav-parent:hover .dropdown-cols {
      display: flex;
      padding-top: 0; }
      .nav-parent:hover .dropdown-cols > * {
        padding-top: 30px;
        background: inherit; }
    .nav-parent:hover .dropdown-col {
      float: left; } }

.dropdown-list-title {
  display: block;
  color: #AB614A;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  margin: 10px 10px 5px; }
  @media (max-width: 960px) {
    .dropdown-list-title {
      text-align: center; } }
  .dropdown-list-title:not(:first-child) {
    margin-top: 25px; }
  @media (max-width: 960px) {
    .dropdown-col:not(:first-child) .dropdown-list-title {
      margin-top: 25px; } }

.flyer {
  border: 1px solid #DEE1E0;
  background: #FFF;
  position: relative; }
  .flyer::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ebeded;
    top: -15px;
    left: -15px;
    z-index: -1; }

.flyer-header {
  border-bottom: 1px solid #DEE1E0;
  padding: 15px 20px; }

.flyer-title {
  font-size: 18px; }

.flyer-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 14px; }

.flyer-content {
  padding: 20px; }

.flyer-footer {
  text-align: center;
  padding-bottom: 15px; }

.pagination {
  margin: 25px 0 65px;
  text-align: center; }
  .pagination ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-left: 0; }
  .pagination li {
    margin: 0 2px; }
  .pagination a,
  .pagination.ci li.active {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DEE1E0;
    color: #5EA59A;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    text-decoration: none; }
    @media (max-width: 650px) {
      .pagination a,
      .pagination.ci li.active {
        width: 35px;
        height: 35px; } }
    .pagination a.active,
    .pagination.ci li.active.active {
      color: #FFF;
      background: #5EA59A; }
    .pagination a:not(.inactive):not(.active):hover,
    .pagination.ci li.active:not(.inactive):not(.active):hover {
      background: #FFC03F;
      color: #FFF; }
      .pagination a:not(.inactive):not(.active):hover [class*="chev"],
      .pagination.ci li.active:not(.inactive):not(.active):hover [class*="chev"] {
        border-color: #FFF; }
  .pagination [class*="chev"] {
    border-color: #5EA59A;
    width: 8px;
    height: 8px;
    position: absolute; }
  .pagination .chev-left {
    left: calc(50% - 3px); }
  .pagination .chev-right {
    left: auto;
    right: calc(50% - 3px); }
  .pagination .first .chev-left:first-of-type,
  .pagination.ci li:first-child .chev-left:first-of-type {
    left: calc(50% - 5px); }
  .pagination .first .chev-left:last-of-type,
  .pagination.ci li:first-child .chev-left:last-of-type {
    left: 50%; }
  .pagination .last .chev-right:first-of-type,
  .pagination.ci li:last-child .chev-right:first-of-type {
    right: calc(50% - 5px); }
  .pagination .last .chev-right:last-of-type,
  .pagination.ci li:last-child .chev-right:last-of-type {
    right: 50%; }
  .pagination .inactive {
    opacity: .5;
    cursor: not-allowed; }

.video-wrapper {
  margin: 70px 0; }
  h2 + .video-wrapper {
    margin-top: 30px; }

.visit-table {
  display: block;
  margin-bottom: 65px; }
  .visit-table tbody {
    display: flex;
    margin-bottom: 30px; }
    @media (max-width: 650px) {
      .visit-table tbody {
        flex-wrap: wrap; } }
    .visit-table tbody tr {
      display: block;
      background: rgba(222, 225, 224, 0.5);
      margin-right: 2px;
      flex-grow: 1;
      text-align: center;
      text-transform: uppercase;
      border-top: 6px solid #FFF;
      padding: 20px 0 25px;
      position: relative; }
      .visit-table tbody tr:hover {
        background: #DEE1E0;
        cursor: pointer; }
      @media (max-width: 650px) {
        .visit-table tbody tr {
          width: 15%; }
          .visit-table tbody tr:nth-child(6n) {
            margin-right: 0; } }
      .visit-table tbody tr:last-child {
        margin-right: 0; }
      .visit-table tbody tr.best {
        border-color: #FFC03F; }
      .visit-table tbody tr.good {
        border-color: #CD72A1; }
      .visit-table tbody tr.mixed {
        border-color: #4B5E5B; }
  .visit-table td {
    display: block; }
  .visit-table tfoot {
    display: block; }

.visit-month-rating {
  margin-top: 20px;
  position: relative;
  font-size: 0;
  height: 20px; }

.visit-month-comment {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  text-transform: none;
  display: none !important;
  background: #4B5E5B;
  color: #FFF;
  font-size: 13px;
  padding: 10px 12px;
  z-index: 10;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 60px);
  border-radius: 3px; }
  @media (max-width: 1100px) {
    .visit-month-comment {
      width: 300%; } }
  .visit-month-comment::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4B5E5B;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  tr:hover .visit-month-comment {
    display: block !important; }
  @media (max-width: 1300px) {
    tr:first-child .visit-month-comment {
      transform: none;
      left: 0; }
      tr:first-child .visit-month-comment::after {
        transform: none;
        left: 20px; }
    tr:last-child .visit-month-comment {
      transform: none;
      left: auto;
      right: 0; }
      tr:last-child .visit-month-comment::after {
        transform: none;
        left: auto;
        right: 20px; } }
  @media (max-width: 650px) {
    tr:nth-child(7) .visit-month-comment {
      transform: none;
      left: 0; }
      tr:nth-child(7) .visit-month-comment::after {
        transform: none;
        left: 20px; }
    tr:nth-child(6) .visit-month-comment {
      transform: none;
      left: auto;
      right: 0; }
      tr:nth-child(6) .visit-month-comment::after {
        transform: none;
        left: auto;
        right: 20px; } }

.visit-table-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .best .visit-table-indicator {
    background: #FFC03F; }
  .good .visit-table-indicator {
    background: #CD72A1; }
  .mixed .visit-table-indicator {
    background: #4B5E5B; }

.visit-table-key {
  display: block;
  text-align: right;
  font-size: 15px; }
  .visit-table-key td {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
    .visit-table-key td:not(:last-child) {
      margin-right: 15px; }
  .visit-table-key .visit-table-indicator {
    left: 0;
    width: 14px;
    height: 14px;
    transform: translateY(-50%); }

@media (max-width: 960px) and (min-width: 650px) {
  .steps-grid .grid-item:last-child:nth-child(odd) {
    margin-left: calc((100%/2 - 30px*1/2) / 2); } }

.steps-grid .grid-item-image {
  margin-bottom: 0; }

.steps-grid .grid-item-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  color: #FFC03F;
  transform: translateY(-50%);
  margin-left: 20px; }

.steps-grid p {
  opacity: .5;
  margin: -10px 20px 0; }

.tab:not(.active) {
  display: none; }

.tabs .tabs-nav {
  margin: 0;
  list-style: none;
  display: flex; }

.tabs:not(.is-checkbox-grid) .tabs-nav {
  text-align: center;
  justify-content: center; }
  .tabs:not(.is-checkbox-grid) .tabs-nav li {
    background: #FFC03F;
    color: #4B5E5B;
    font-weight: 700;
    padding: 10px 45px;
    font-size: 15px;
    cursor: pointer; }
    @media (max-width: 800px) {
      .tabs:not(.is-checkbox-grid) .tabs-nav li {
        font-size: 13px;
        padding: 10px 15px; } }
    .tabs:not(.is-checkbox-grid) .tabs-nav li:not(:last-child) {
      border-right: 1px solid #4B5E5B; }
    .tabs:not(.is-checkbox-grid) .tabs-nav li.active {
      background: #FFF;
      border-color: #FFF; }

.tabs.is-checkbox-grid .tabs-nav {
  display: flex;
  flex-wrap: wrap; }
  .tabs.is-checkbox-grid .tabs-nav li {
    width: calc(100%/3 - 10px * 0.667);
    margin: 0 10px 10px 0; }
    @media (min-width: 801px) {
      .tabs.is-checkbox-grid .tabs-nav li:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 800px) {
      .tabs.is-checkbox-grid .tabs-nav li {
        width: calc(50% - 5px); }
        .tabs.is-checkbox-grid .tabs-nav li:nth-child(even) {
          margin-right: 0; } }
    @media (max-width: 650px) {
      .tabs.is-checkbox-grid .tabs-nav li {
        width: 100%;
        margin-right: 0; } }
    .tabs.is-checkbox-grid .tabs-nav li.active a {
      background: #93B479;
      border-color: #93B479;
      color: #FFF; }
  .tabs.is-checkbox-grid .tabs-nav a {
    display: block;
    text-decoration: none;
    background: rgba(222, 225, 224, 0.5);
    border: 1px solid #DEE1E0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 30px 8px 10px; }

.offsetter {
  padding-bottom: 85px; }

.offsetter-img {
  background-size: cover;
  background-position: center;
  height: 65vh; }
  @media (max-width: 650px) {
    .offsetter-img {
      height: 50vh; } }

.offsetter-copy {
  width: 50%;
  margin-left: 50%;
  background: #FFF;
  padding: 45px 0 0 45px;
  transform: translateY(-50%); }
  @media (max-width: 800px) {
    .offsetter-copy {
      width: 70%;
      margin-left: 30%;
      padding: 25px 0 0 25px; } }
  @media (max-width: 650px) {
    .offsetter-copy {
      width: calc(100% - 40px);
      margin-left: 20px;
      padding: 20px 20px 0 20px; } }

.offsetter-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 48px;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 20px; }
  @media (max-width: 650px) {
    .offsetter-title {
      font-size: 28px;
      margin-bottom: 10px; } }

[class*="offsetter-compact"] {
  padding-bottom: 0;
  padding-top: 65px;
  position: relative;
  margin-top: 65px;
  margin-bottom: 65px; }
  @media (max-width: 650px) {
    [class*="offsetter-compact"] {
      padding-top: 0; } }
  [class*="offsetter-compact"] .offsetter-img {
    width: 60%;
    height: calc(100% - 65px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 650px) {
      [class*="offsetter-compact"] .offsetter-img {
        width: 100%;
        height: 50vh;
        position: relative; } }
  [class*="offsetter-compact"] .offsetter-copy {
    width: 60%;
    margin-left: 40%;
    transform: none; }
    @media (max-width: 650px) {
      [class*="offsetter-compact"] .offsetter-copy {
        width: calc(100% - 40px);
        margin: -15vh 20px 0; } }
  [class*="offsetter-compact"].offsetter-compact-ne {
    padding-top: 0;
    padding-bottom: 65px; }
    [class*="offsetter-compact"].offsetter-compact-ne .offsetter-img {
      left: auto;
      top: auto;
      right: 0;
      bottom: 0; }
    [class*="offsetter-compact"].offsetter-compact-ne .offsetter-copy {
      margin-left: 0;
      padding: 0 45px 45px 0; }

.contact-cta {
  padding: 25px 0;
  text-transform: uppercase;
  text-align: center;
  margin: 75px 0;
  font-size: 17px;
  letter-spacing: 3px; }
  @media (max-width: 1120px) {
    .contact-cta {
      font-size: 16px;
      letter-spacing: 2px; } }
  @media (max-width: 960px) {
    .contact-cta {
      padding: 15px 0;
      margin: 50px 0; } }
  @media (max-width: 650px) {
    .contact-cta {
      font-size: 15px;
      letter-spacing: 1px; } }
  .contact-cta.is-compact {
    margin: 0; }
  .contact-cta > * {
    margin: 0 10px; }
    @media (max-width: 960px) {
      .contact-cta > * {
        display: block; } }
  @media (max-width: 960px) {
    .contact-cta a {
      max-width: 280px;
      margin: 15px auto; } }
  .contact-cta:not(.is-compact) + [class*="bg-fullwidth-"] {
    margin-top: -75px; }
    @media (max-width: 960px) {
      .contact-cta:not(.is-compact) + [class*="bg-fullwidth-"] {
        margin-top: -50px; } }
  .is-sticky .contact-cta {
    margin: 0;
    z-index: 10 !important;
    font-size: 14px;
    padding: 15px 0;
    letter-spacing: 1.5px; }
    .is-sticky .contact-cta::before {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .is-sticky .contact-cta [class*=' button'],
    .is-sticky .contact-cta [class^='button'] {
      font-size: 14px;
      letter-spacing: 1.5px;
      padding: 12px 20px; }
    @media (max-width: 960px) {
      .is-sticky .contact-cta {
        padding: 25px 0; }
        .is-sticky .contact-cta > * {
          display: inline !important;
          letter-spacing: normal; }
        .is-sticky .contact-cta [class*=' button'],
        .is-sticky .contact-cta [class^='button'] {
          font-size: 13px;
          padding: 12px 10px; } }
    @media (max-width: 450px) {
      .is-sticky .contact-cta span {
        display: none !important; } }

.itinerary-card {
  background: rgba(255, 255, 255, 0.65); }
  .has-gray-children .itinerary-card {
    background: rgba(222, 225, 224, 0.5); }
  .itinerary-card .grid-item-image {
    margin-bottom: 0; }

.itinerary-card-info {
  position: relative;
  padding: 40px 30px 30px; }
  .itinerary-card-info > * {
    display: block; }
  .itinerary-card-info hr {
    border: 0;
    border-top: 1px solid #FFC03F;
    margin: 20px 0; }

.itinerary-card-title {
  font-size: 18px; }

.itinerary-card-cost {
  margin: 2px 0 4px; }

.itinerary-card-disclaimer {
  font-size: 11px;
  font-style: italic; }

.itinerary-card-length {
  position: absolute;
  background: #FFC03F;
  color: #4B5E5B;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 15px; }

.itinerary-card-destinations {
  font-size: 12px;
  display: flex; }
  .itinerary-card-destinations > :first-child {
    width: 40%; }
  .itinerary-card-destinations > :last-child {
    padding-left: 15px; }

.itinerary-card-cta {
  text-align: center;
  margin-top: 30px; }
  .itinerary-card-cta .button-transparent {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 25px; }

.review-card {
  background: rgba(222, 225, 224, 0.5);
  text-align: center;
  padding: 30px 25px;
  font-size: 15px; }
  .review-card.bg-white {
    background: #FFF; }
  .review-card p {
    margin-bottom: 10px; }
  .review-card img {
    width: 100%;
    max-width: 300px; }

.review-card-meta {
  font-size: 12px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px; }

.review-card-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 28px;
  font-weight: normal;
  margin: 15px 0 10px; }
  .review-card-title h2, .review-card-title h3, .review-card-title h4, .review-card-title h5, .review-card-title h6 {
    font-weight: inherit; }

.review-card-title-link {
  color: #5EA59A;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 15px;
  display: block;
  padding: 8px 0; }

.review-card-copy {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.review-card-date {
  display: block;
  font-style: italic;
  font-size: 12px;
  opacity: .75;
  margin-bottom: 10px; }

.review-box {
  background: rgba(222, 225, 224, 0.25);
  padding: 0 0 10px;
  border: 1px solid #DEE1E0;
  margin-bottom: 25px; }
  .review-box .review-box-title {
    margin-top: 0;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #DEE1E0;
    display: flex;
    justify-content: space-between; }
    .review-box .review-box-title a {
      color: #5EA59A;
      text-decoration: none; }
  .review-box p {
    margin: 0 20px 20px; }

.quickfacts {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  margin: 45px 0; }
  @media (max-width: 960px) {
    .quickfacts {
      display: block;
      text-align: center; } }
  .quickfacts ul {
    margin-left: 0;
    list-style: none;
    display: flex; }
    @media (max-width: 960px) {
      .quickfacts ul {
        display: block;
        text-align: center; } }
  .quickfacts li:not(:last-child)::after {
    content: '/';
    margin: 0 8px; }
    @media (max-width: 650px) {
      .quickfacts li:not(:last-child)::after {
        display: none; } }
  @media (max-width: 960px) {
    .quickfacts li {
      display: inline-block;
      margin-bottom: 5px; } }
  @media (max-width: 650px) {
    .quickfacts li {
      display: block; } }

.quickfacts-title {
  font-size: inherit;
  margin-right: 10px; }
  @media (max-width: 960px) {
    .quickfacts-title {
      margin-right: 0;
      margin-bottom: 10px; } }

.cost-info {
  background: #FFC03F;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 4px 7px;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 5px; }
  .cost-info:hover {
    background: #5EA59A; }

.promo-item {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(222, 225, 224, 0.75);
  margin: 45px 0; }
  .promo-item:last-child {
    border-bottom: 0; }
  @media (max-width: 650px) {
    .promo-item {
      flex-direction: column-reverse;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
  .promo-item + .promo-item {
    margin-top: -45px; }

.promo-item-image {
  width: 30%;
  height: 100%;
  margin-right: 40px; }
  @media (max-width: 960px) {
    .promo-item-image {
      width: 40%;
      margin-right: 30px; } }
  @media (max-width: 650px) {
    .promo-item-image {
      width: 100%;
      margin-right: 0;
      margin-top: 25px; } }

.promo-item-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .promo-item-title {
      font-size: 32px; } }

.promo-item-content {
  display: flex;
  flex-direction: column; }

.promo-item-copy {
  font-size: 14px;
  flex-grow: 1; }

.promo-item-meta {
  font-weight: 700;
  margin-bottom: 5px; }

.promo-item-fact {
  margin-right: 10px; }
  .promo-item-fact .meal-basis {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #4B5E5B; }
    .promo-item-fact .meal-basis .definition {
      display: none;
      position: absolute;
      background: #4B5E5B;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      color: #FFF;
      padding: 10px;
      font-size: 13px;
      text-align: center;
      border-radius: 3px;
      width: 150px;
      bottom: calc(100% + 10px);
      left: 50%;
      transform: translateX(-25%); }
    .promo-item-fact .meal-basis:hover .definition {
      display: block; }

.promo-item-cta {
  margin-top: 20px;
  align-self: baseline; }

.ribbon {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 65px 0;
  padding: 35px 20px; }
  .ribbon::before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF; }
  .ribbon.bg-fullwidth-gray-light::before {
    border-color: #DEE1E0; }

.gallery {
  margin: 45px auto 75px;
  width: 920px; }
  @media (max-width: 1100px) {
    .gallery {
      width: 100%; } }
  .gallery .galleria {
    height: 552px; }
    @media (max-width: 1100px) {
      .gallery .galleria {
        height: 60vw; } }
    .gallery .galleria .galleria-theme-classic {
      background: #FFF; }
      .gallery .galleria .galleria-theme-classic .galleria-thumbnails-list {
        background: rgba(222, 225, 224, 0.5); }
        .gallery .galleria .galleria-theme-classic .galleria-thumbnails-list .galleria-image {
          border: 0; }
          .gallery .galleria .galleria-theme-classic .galleria-thumbnails-list .galleria-image img {
            opacity: 1 !important; }
            .gallery .galleria .galleria-theme-classic .galleria-thumbnails-list .galleria-image img:hover {
              opacity: .6 !important; }
  .gallery + .content-subsection:not([class*="bg-fullwidth"]) {
    padding-top: 0; }

.gallery-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px; }

.filter-bar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DEE1E0;
  padding: 0 0 10px 0; }
  .filter-bar .result-count {
    margin-right: auto;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1; }
  .filter-bar .button-filter {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    color: #5EA59A;
    position: relative;
    padding-right: 50px; }
    .filter-bar .button-filter:hover {
      color: #FFF; }
      .filter-bar .button-filter:hover svg {
        fill: #FFF; }
    .filter-bar .button-filter svg {
      position: absolute;
      height: 20px;
      width: auto;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      fill: #5EA59A; }

.filter-form {
  font-size: 15px; }
  .filter-form .filters {
    display: flex; }
  .filter-form .faux-dropdown {
    width: 175px;
    margin-bottom: 5px; }
    .filter-form .faux-dropdown select {
      padding: 10px 12px;
      font-size: 14px; }
    .filter-form .faux-dropdown .chev-down {
      top: calc(50% - 7px);
      border-color: #4C4E56;
      right: 15px;
      width: 10px;
      height: 10px; }

.filter-group {
  margin-right: 20px; }
  .filter-group:last-child {
    margin-right: 0; }
  .filter-group:only-child .faux-dropdown,
  .filter-group:only-child li {
    width: 250px; }

.filter-group-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 6px;
  color: #5EA59A; }
  .filter-group-title:not(:first-child) {
    margin-top: 12px; }

.filter-checklist {
  margin: 0;
  list-style: none; }
  .filter-checklist li {
    width: 175px; }
  .filter-checklist input {
    margin-right: 8px; }
  .filter-checklist label {
    display: block;
    padding: 2px 0; }
  .filter-checklist.columnize {
    columns: 2; }

@media (max-width: 960px) {
  #itinerary-filters {
    width: 100vw;
    height: 100vh;
    transform: none;
    top: 0;
    left: 0;
    background: #FFF;
    overflow-y: scroll; }
    #itinerary-filters .filter-group:first-child {
      width: 20%; }
    #itinerary-filters .filter-group:last-child {
      width: 25%; }
    #itinerary-filters .filter-group:nth-child(2) {
      width: 55%; }
    #itinerary-filters li,
    #itinerary-filters .faux-dropdown {
      width: auto; }
    #itinerary-filters label {
      padding: 5px 0; } }

@media (max-width: 800px) {
  #itinerary-filters .modal-header {
    margin-bottom: 0; }
  #itinerary-filters .filters {
    flex-direction: column; }
    #itinerary-filters .filters .filter-group {
      width: 100%;
      margin: 0 0 25px; }
      #itinerary-filters .filters .filter-group:last-child {
        margin-bottom: 0; }
    #itinerary-filters .filters ul {
      columns: 3; }
    #itinerary-filters .filters .faux-dropdown {
      margin-bottom: 10px; }
      #itinerary-filters .filters .faux-dropdown select {
        padding: 18px 15px; }
      #itinerary-filters .filters .faux-dropdown + .filter-group-title {
        margin-top: 20px; } }

@media (max-width: 500px) {
  #itinerary-filters {
    padding: 20px; }
    #itinerary-filters .filters ul {
      columns: 2; } }

.modal {
  position: fixed;
  max-width: 1130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 25px 30px;
  display: none; }
  @media (max-width: 450px) {
    .modal {
      width: calc(100% - 40px);
      padding: 20px; } }
  .modal.active {
    display: block; }

.modal-mask {
  position: fixed;
  width: 200vw;
  height: 200vh;
  top: -50vh;
  left: -50vw;
  z-index: 99;
  background: rgba(75, 94, 91, 0.45);
  display: none; }
  .modal-mask.active {
    display: block; }

.modal-header {
  display: flex;
  margin-bottom: 25px; }

.modal-title {
  min-width: 360px;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 450px) {
    .modal-title {
      min-width: auto; } }

.modal-close {
  margin-left: auto;
  font-size: 0; }

.close-x {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer; }
  @media (max-width: 450px) {
    .close-x {
      width: 20px;
      height: 20px; } }
  .close-x:hover::before, .close-x:hover::after {
    background: #00BFD3; }
  .close-x::before, .close-x::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #4B5E5B;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(45deg); }
  .close-x::after {
    transform: rotate(-45deg); }

.modal-body > p {
  margin-bottom: 20px; }

.modal-footer {
  margin-top: 35px;
  text-align: center; }

.modal.force-localization .modal-body {
  text-align: center; }
  .modal.force-localization .modal-body a {
    display: inline-block;
    width: 100px;
    text-decoration: none;
    color: #00BFD3;
    margin: 0 10px;
    padding: 15px 10px; }
    .modal.force-localization .modal-body a:hover {
      background: #eee; }
  .modal.force-localization .modal-body img {
    height: 40px;
    width: auto; }

#ajax-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(75, 94, 91, 0.45);
  z-index: 999; }

#ajax-loader-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  color: #4B5E5B;
  padding: 10px 25px;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase; }

#breadcrumbs {
  margin: -65px 0 35px;
  display: flex; }
  @media (max-width: 960px) {
    #breadcrumbs {
      justify-content: center;
      margin-top: -55px; } }
  #breadcrumbs ul {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    margin: 0;
    display: inline-block; }
  #breadcrumbs li {
    display: inline-block;
    position: relative;
    margin: 0; }
    #breadcrumbs li:not(:last-child) {
      padding-right: 25px; }
      #breadcrumbs li:not(:last-child)::after {
        content: "";
        width: 5px;
        height: 5px;
        border-top: 2px solid #AA9C96;
        border-right: 2px solid #AA9C96;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: calc(50% - 1px); }
    #breadcrumbs li:last-child a {
      text-decoration: none;
      font-weight: 700; }
  #breadcrumbs a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #AA9C96; }
  #breadcrumbs #breadcrumbs-cta {
    margin-left: 20px;
    background: #FFC03F;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-top: 7px solid #FFF;
    border-bottom: 7px solid #FFF; }
    #breadcrumbs #breadcrumbs-cta:hover {
      background: #5EA59A; }
  #feat-story #breadcrumbs {
    margin-top: -65px; }

.img-row {
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  margin: 45px auto; }
  @media (max-width: 450px) {
    .img-row {
      display: block; } }
  .img-row img {
    width: calc(100%/3 - 15px*0.667);
    height: 100%; }
    @media (max-width: 650px) {
      .img-row img {
        width: calc(100%/2 - 10px); }
        .img-row img:nth-child(3) {
          display: none; } }
    @media (max-width: 450px) {
      .img-row img {
        width: 100%;
        margin-bottom: 20px; }
        .img-row img:nth-child(3) {
          display: none; } }
  @media (min-width: 801px) {
    .img-row.portrait {
      margin-left: -45px;
      margin-right: -45px; } }

.highlights {
  margin: 45px auto;
  padding: 30px 25px 35px; }

.highlights-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 32px;
  font-weight: normal;
  text-align: center; }

.highlights-list {
  margin: 25px 0 35px;
  list-style: none;
  columns: 2;
  column-gap: 30px; }
  @media (max-width: 650px) {
    .highlights-list {
      columns: 1;
      column-gap: normal; } }
  .highlights-list:only-child {
    margin-top: 0; }
  .highlights-list li {
    margin: 10px 0 0 10px;
    padding-left: 12px;
    position: relative;
    break-inside: avoid;
    display: inline-block; }
    .highlights-list li::before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #4B5E5B;
      position: absolute;
      left: 0;
      top: 11px; }

.accommodation-card {
  font-size: 15px;
  background: rgba(222, 225, 224, 0.5); }
  .accommodation-card .grid-item-image {
    margin-bottom: 0; }
  .accommodation-card .top-itineraries ul {
    list-style: none;
    margin: 0; }
  .accommodation-card .top-itineraries a {
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 60px 8px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: block; }
    .accommodation-card .top-itineraries a .cost {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 13px; }

.accommodation-card-info {
  padding: 30px; }
  .accommodation-card-info.compact {
    padding: 25px 15px; }
  .accommodation-card-info p {
    margin-bottom: 15px; }

.accommodation-card-title {
  font-size: 18px; }

.accommodation-card-score {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0 10px; }
  .accommodation-card-score [class*="icon-star-"] {
    margin-left: 10px; }

.accommodation-card-cta {
  text-align: center;
  margin-top: 30px; }
  .accommodation-card-cta .button-transparent {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 15px; }

.rated-list {
  list-style: none;
  margin: 45px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .rated-list {
      display: block; } }
  .rated-list li {
    position: relative;
    border-bottom: 1px solid #DEE1E0; }
    @media (min-width: 801px) {
      .rated-list li {
        width: calc(50% - 20px); }
        .rated-list li:nth-child(odd) {
          margin-right: 40px; } }
    @media (max-width: 800px) {
      .rated-list li {
        width: 100%; } }
    .rated-list li a {
      display: block;
      position: relative;
      padding: 15px 120px 15px 0;
      z-index: 1;
      font-size: 15px;
      text-decoration: none;
      font-weight: 400; }
    .rated-list li [class*="icon-star-"] {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 0; }
    .rated-list li svg {
      width: 18px;
      margin: 0; }

.accordion-trigger {
  color: #5EA59A;
  font-size: 17px;
  padding: 15px 50px 15px 0;
  border-bottom: 1px solid #DEE1E0;
  position: relative; }
  .accordion-trigger::after, .accordion-trigger::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #DEE1E0;
    position: absolute;
    top: calc(50% - 1px);
    right: 10px; }
  .accordion-trigger::before {
    transform: rotate(90deg); }
  .accordion-trigger:hover {
    color: #AA9C96;
    cursor: pointer; }
    .accordion-trigger:hover::before, .accordion-trigger:hover::after {
      background: #AA9C96; }
  .accordion-trigger.active {
    color: #5EA59A; }
    .accordion-trigger.active::before, .accordion-trigger.active::after {
      top: 30px;
      transform: rotate(45deg);
      background: #5EA59A; }
    .accordion-trigger.active::before {
      transform: rotate(-45deg); }
    .accordion-trigger.active .accordion-target {
      display: block;
      color: #4B5E5B; }

.accordion-target {
  display: none;
  font-size: 16px;
  padding: 20px 0; }

.lang-options {
  columns: 2;
  list-style: none;
  break-inside: avoid;
  margin: 0; }
  .lang-options li {
    min-width: 200px;
    margin: 0; }
  .lang-options img {
    width: 15px;
    line-height: 1;
    margin-right: 10px; }
  .lang-options a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 2px 0; }

.special-offers {
  max-width: 920px;
  margin: 45px auto;
  text-align: center;
  background: rgba(222, 225, 224, 0.5);
  padding: 30px; }
  .special-offers ul {
    text-align: left;
    margin: 10px 0 0 20px; }
  .special-offers li {
    margin-top: 10px; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  width: 26px;
  height: 26px;
  left: -17px;
  top: -9px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #FFC03F;
  box-shadow: 0 0 1px 0 #FFC03F; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #FFF;
  cursor: default;
  box-shadow: 0 3px 6px -3px #BBB;
  cursor: pointer; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: left;
  width: 75px;
  left: -75px !important;
  top: -13px;
  color: #666; }
  .noUi-value:last-child {
    text-align: right;
    width: 90px;
    left: 100% !important; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 4px;
  background: #5EA59A;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  font-weight: bold; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 150%;
  width: 130px; }
  .noUi-horizontal .noUi-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5EA59A;
    transform: rotate(-45deg);
    top: -5px;
    left: calc(50% - 4px); }

.menu-toggle,
.submenu-close {
  background: 0;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
  position: absolute; }

.menu-toggle {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 38px 10px 12px;
  right: 20px;
  border-radius: 2px; }
  .menu-toggle:hover {
    border-color: #FFF; }

.hamburger {
  width: 16px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); }
  .hamburger::before, .hamburger::after {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    left: 0; }
  .hamburger::before {
    top: -4px; }
  .hamburger::after {
    bottom: -4px; }
  .hamburger.is-close::before, .hamburger.is-close::after {
    background: #4B5E5B;
    top: auto;
    bottom: auto;
    width: 20px; }
  .hamburger.is-close::before {
    transform: rotate(-45deg); }
  .hamburger.is-close::after {
    transform: rotate(45deg); }

.submenu-close {
  padding: 10px 12px 10px 38px;
  left: 20px;
  border: 0; }
  .submenu-close .icon-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .submenu-close:not(.active) {
    display: none; }

.svg-map .circle {
  opacity: 0; }

.svg-map .land {
  fill: #d2d2d2;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  stroke-miterlimit: 3.97446823;
  stroke-dasharray: none; }

.svg-map .coast {
  stroke-width: 0.3; }

.active-bw #bw {
  fill: #93B479; }
  .active-bw #bw path {
    fill: inherit; }

.active-ke #ke {
  fill: #93B479; }
  .active-ke #ke path {
    fill: inherit; }

.active-mw #mw {
  fill: #93B479; }
  .active-mw #mw path {
    fill: inherit; }

.active-mu #mu {
  fill: #93B479; }
  .active-mu #mu path {
    fill: inherit; }

.active-mz #mz {
  fill: #93B479; }
  .active-mz #mz path {
    fill: inherit; }

.active-na #na {
  fill: #93B479; }
  .active-na #na path {
    fill: inherit; }

.active-za #za {
  fill: #93B479; }
  .active-za #za path {
    fill: inherit; }

.active-tz #tz {
  fill: #93B479; }
  .active-tz #tz path {
    fill: inherit; }

.active-ug #ug {
  fill: #93B479; }
  .active-ug #ug path {
    fill: inherit; }

.active-zm #zm {
  fill: #93B479; }
  .active-zm #zm path {
    fill: inherit; }

.active-zw #zw {
  fill: #93B479; }
  .active-zw #zw path {
    fill: inherit; }

.active-rw #rw {
  fill: #93B479; }
  .active-rw #rw path {
    fill: inherit; }

.quick-facts-wrapper {
  margin-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px; }
  @media (max-width: 650px) {
    .quick-facts-wrapper {
      max-width: 450px;
      display: block;
      text-align: center; } }

.quick-facts {
  width: 50%; }
  @media (max-width: 650px) {
    .quick-facts {
      width: 100%; } }

.quick-facts-title {
  font-family: "ErnestAndEmily", serif;
  font-size: 48px;
  font-weight: normal; }

@media (max-width: 650px) {
  .quick-facts-list {
    list-style: none; } }

.quick-facts-list li {
  margin-bottom: 8px; }

.quick-facts-map {
  width: 50%;
  margin-left: -25px; }
  @media (max-width: 650px) {
    .quick-facts-map {
      width: 100%;
      margin: 40px 0 0; } }
  .quick-facts-map svg {
    width: 100%;
    height: auto; }

.social-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .social-links .icon {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    margin: 0 5px;
    background: #4B5E5B; }
    .social-links .icon:hover {
      background: #FFC03F; }
    .social-links .icon svg {
      width: 20px;
      height: 20px;
      fill: #FFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .social-links#footer-social-links {
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
    top: 0;
    right: 0; }
    .social-links#footer-social-links .icon {
      margin: 0;
      background: #a9b0ae; }

.multi-country-map {
  display: flex;
  justify-content: center;
  align-items: center; }
  .multi-country-map > * {
    width: 50%; }
  @media (max-width: 650px) {
    .multi-country-map {
      flex-direction: column; }
      .multi-country-map > * {
        width: 100%; } }
  .multi-country-map ul {
    columns: 2;
    column-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    list-style: none; }
  .multi-country-map li {
    padding-left: 12px;
    position: relative;
    margin: 0 0 10px; }
    .multi-country-map li::before {
      content: "";
      width: 4px;
      height: 4px;
      background: #4B5E5B;
      position: absolute;
      left: 0;
      top: 50%;
      border-radius: 50%; }
  .multi-country-map .quick-facts-map {
    text-align: center; }
  .multi-country-map svg {
    width: 320px; }

.footer-ticker {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  background: #FFF;
  border-top: 1px solid #d1d5d3;
  background: #ebeded;
  border-bottom: 5px solid #4B5E5B;
  z-index: 9;
  padding: 25px 45px 25px 20px; }
  @media (max-width: 960px) {
    .footer-ticker {
      padding: 20px 45px 20px 15px; } }
  @media (min-width: 801px) {
    .footer-ticker .multi-col {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-ticker .multi-col > *:first-child {
        margin-right: 10px; }
      .footer-ticker .multi-col > *:last-child {
        margin-left: 10px; } }
  @media (max-width: 800px) {
    .footer-ticker .multi-col > * {
      text-align: center; } }

.footer-ticker-message {
  font-size: 15px;
  margin-bottom: 0; }
  @media (max-width: 960px) {
    .footer-ticker-message {
      font-size: 14px; } }
  @media (max-width: 650px) {
    .footer-ticker-message br {
      display: none; } }

@media (max-width: 800px) {
  .footer-ticker-logos {
    margin-top: 15px; } }

.footer-ticker-logos img,
.footer-ticker-logos svg {
  max-width: 65px;
  margin: 0 8px; }
  @media (max-width: 960px) {
    .footer-ticker-logos img,
    .footer-ticker-logos svg {
      max-width: 60px; } }

.footer-ticker-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px; }
  .footer-ticker-close:hover {
    cursor: pointer; }
    .footer-ticker-close:hover .hamburger:before, .footer-ticker-close:hover .hamburger:after {
      background: #5EA59A; }
